tests: Fix whitespace between url and (
authorBenjamin Otte <otte@redhat.com>
Wed, 20 Jul 2011 10:01:36 +0000 (12:01 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 21 Jul 2011 00:43:54 +0000 (02:43 +0200)
It's not allowed according to CSS (and browsers).

gtk/tests/stylecontext.c

index 13fb29f3058d2f838a6bac7050a9862612a9c401..2849180f45e14887dfad9b03e5729eff17afe45a 100644 (file)
@@ -125,8 +125,8 @@ test_parse_declarations (void)
     "                                     center center, 0.8,   \n"
     "                                     color-stop (0.0,#fff),\n"
     "                                     color-stop (1.0,#000))}\n",
-    "* { border-image: url (\"" SRCDIR "/test.png\") 3 4 3 4 stretch       }",
-    "* { border-image: url (\"" SRCDIR "/test.png\") 3 4 3 4 repeat stretch}",
+    "* { border-image: url(\"" SRCDIR "/test.png\") 3 4 3 4 stretch       }",
+    "* { border-image: url(\"" SRCDIR "/test.png\") 3 4 3 4 repeat stretch}",
     "* { transition: 150ms ease-in-out                          }",
     "* { transition: 1s linear loop                             }",
     NULL